* Merge adjacent if statements with the same condition
* Add a space between a function and its declaration
priv->reordered_id);
g_signal_handler_disconnect (priv->model,
priv->changed_id);
- }
- if (priv->model)
- {
g_object_unref (priv->model);
priv->model = NULL;
}
static void
-gtk_combo_box_dispose(GObject* object)
+gtk_combo_box_dispose (GObject* object)
{
GtkComboBox *combo_box = GTK_COMBO_BOX (object);
GtkComboBoxPrivate *priv = combo_box->priv;